home *** CD-ROM | disk | FTP | other *** search
/ Interview Skills of the Future / Interview Skills of the Future.iso / lesson2.mmm / meta.txt < prev   
Encoding:
Text File  |  1994-08-24  |  8.9 KB  |  204 lines

  1. Name
  2. ----
  3. Lesson2Interview Skills:
  4.  
  5. Strings
  6. ------
  7. rollingSnds
  8. Macromedia Director
  9.  
  10. stxt
  11. ----
  12. bob,D,,B,,III,MAMA,A03,GFOUPOF,A03,,F06E06F00J00F00F00F03K04,,S,
  13. 1,2,1,1,3,1,1,3,1,3
  14. 0
  15. bob
  16. 1,6,3,2,5,5,2,1,3,3
  17. THIS CERTIFIES THAT
  18. HAS COMPLETED THE LESSON IN
  19. WITH A SCORE OF         OUT OF TEN
  20. AND IS AWARDED THIS
  21. CERTIFICATE OF
  22. ACCOMPLISHMENT
  23. PUTTING  INTERVIEW  SKILLS IN ACTION
  24. 0
  25.  
  26. Script Channel Commands
  27. --------------------
  28. go to marker(0)if TestMouse then testAnswer 1if TestMouse then testAnswer 2if TestMouse then testAnswer 3if NumCorrect = 10 then  UserInfo(mSetModules, UserInfo(mGetModules) & "F10")else  UserInfo(mSetModules, UserInfo(mGetModules) & "F0" & string(NumCorrect))end ifset the immediate of sprite 23 to TRUEset the immediate of sprite 24 to TRUEif TestMouse then  play "PrintWait"  end ifSpriteAnim(mSwapCast 4, "QPicture" & string(Question))SpriteAnim(mSwapCast 5, "QText" & string(Question))SpriteAnim(mSwapCast 6, "QAnswers" & string(Question))SpriteAnim(mSwapCast 7, "Q" & string(QDone + 1))set TransOn = TRUEWaitForQT 2UserInfo(mSaveInfo)if TestMouse then  go to frame "LessonMenu" of movie "Menu"end ifPlayOptionButtonif TestMouse then play "Options"if TestMouse then go to "Options"PrintCertgo to "Review2"go to marker (0)if the optionDown then go to marker(1)set the text of cast "TheScore" to string(NumCorrect)PlayCorrect "post"set TransOn = FALSEif TestMouse then  SpriteAnim(mClearPuppets, 10, 14)  UserInfo(mDispose)  SpriteAnim(mDispose)  ThePath(mDispose)  Globes(mDispose)  quitend ifSpriteAnim(mClearPuppets, 4, 7)go to movie "PPInst2"go to "PostTest"set FrameType = 0pauseset FrameType = 1pauseset FrameType = 2pauseif NumCorrect = 10 then  UserInfo(mSetModules, UserInfo(mGetModules) & "J10")else  UserInfo(mSetModules, UserInfo(mGetModules) & "J0" & string(NumCorrect))end ifUserInfo(mReadInfo)set the text of field "UserName" to UserInfo(mGetUserName)if the text of field "UserName" = EMPTY then  set the text of field "UserName" to " "end ifset the textFont of field "UserName" to "Times"set the textSize of field "UserName" to 24set the textStyle of field "UserName" to "bold, italic"set TransOn = FALSEpuppetSound 0if the machineType = 256 then  if LevelSetting then    set the soundLevel to LevelSetting  end if end ifPlayHelpButtonif TestMouse then  SpriteAnim(mClearPuppets, 7, 14)  UserInfo(mDispose)  SpriteAnim(mDispose)  ThePath(mDispose)  Globes(mDispose)  quitend ifgo to the frame - 1UserInfo(mReadInfo)set the text of field "UserName" to UserInfo(mGetUserName)if the text of field "UserName" = EMPTY then  set the text of field "UserName" to " "end ifset the textFont of field "UserName" to "Times"set the textSize of field "UserName" to 24set the textStyle of field "UserName" to "bold, italic"set Answer = EMPTYset QList = EMPTYset QDone = 0set NumCorrect = 0set TransOn = TRUEGlobes(mSetPlace, "PostTest")set Review = FALSEsound playFile 1, "review.aif"if the machineType = 256 then checkFileset Review = TRUEset the immediate of sprite 23 to TRUEset the immediate of sprite 24 to TRUEUserInfo(mReadInfo)set the text of field "UserName" to UserInfo(mGetUserName)if the text of field "UserName" = EMPTY then  set the text of field "UserName" to " "end ifset the textFont of field "UserName" to "Times"set the textSize of field "UserName" to 24set the textStyle of field "UserName" to "bold, italic"sound playFile 1, "review.aif"play doneset TransOn = TRUEpickQuestion "Pre"set TransOn = FALSEif the machineType = 256 then  if VolumeSetting then    set the volume of sprite 2 to VolumeSetting  end ifend ifif the machineType = 256 then removeFlagFilepickQuestion "Post"set TransOn = FALSEset TransOn = FALSEPlayReviewButtonset Review = 2set the immediate of sprite 23 to TRUEset the immediate of sprite 24 to TRUEUserInfo(mReadInfo)set the text of field "UserName" to UserInfo(mGetUserName)if the text of field "UserName" = EMPTY then  set the text of field "UserName" to " "end ifset the textFont of field "UserName" to "Times"set the textSize of field "UserName" to 24set the textStyle of field "UserName" to "bold, italic"sound playFile 1, "review.aif"SpriteAnim(mSwapCast 4, "Num" & string(NumCorrect))updateStagePlayCorrect "pre"set TransOn = FALSE--UserInfo(mReadInfo)set the text of field "UserName" to UserInfo(mGetUserName)if the text of field "UserName" = EMPTY then  set the text of field "UserName" to " "end ifset the textFont of field "UserName" to "Times"set the textSize of field "UserName" to 24set the textStyle of field "UserName" to "bold, italic"puppetSound 0set TransOn = FALSEif the machineType = 256 then  if LevelSetting then    set the soundLevel to LevelSetting  end if end ifGlobes(mSetPlace, "PreTest")
  29.  
  30. vwci
  31. ----
  32. 1025: 14122 BG.PICT
  33. 1026: 231 OPEN BG.PICT
  34. 1027: 233A.MOVInterview Skills:QTmovies:233A.MOVMooV
  35. 1028: 14123 SCORESCREEN.PICT
  36. 1034: on mouseDown  global SpriteAnim, TransOn  if not TransOn then    SpriteAnim(mAnimButton 24, "Option down", "Option up")  end ifend mouseDown    Option up
  37. 1035:  Option down
  38. 1036: on mouseDown  global SpriteAnim, TransOn  if not TransOn then    SpriteAnim(mAnimButton 10, "Button1 down", "Button1 up")  end ifend mouseDown
  39. Button1 up
  40. 1037:  Button1 down
  41. 1038: on mouseDown  global SpriteAnim, TransOn  if not TransOn then    SpriteAnim(mAnimButton 11, "Button2 down", "Button2 up")  end ifend mouseDown
  42. Button2 up
  43. 1039:  Button2 down
  44. 1040: on mouseDown  global SpriteAnim, TransOn  if not TransOn then    SpriteAnim(mAnimButton 12, "Button3 down", "Button3 up")  end ifend mouseDown
  45. Button3 up
  46. 1041:  Button3 down
  47. 1042:  UserInfoFile
  48. 1043: Answers
  49. 1045: 
  50. Down Click
  51. 1046: 
  52. Null Sound
  53. 1047: Up Click
  54. 1049: 
  55. TP232C.movInterview Skills:QTmovies:233.MOVMooV
  56. 1050: on mouseUp  end mouseUp    QPicture0
  57. 1051: on mouseUp  end mouseUpQText0
  58. 1052: on mouseUp  end mouseUp    QAnswers0
  59. 1053:     QPicture1
  60. 1054: QText1
  61. 1055:     QAnswers1
  62. 1056:     QPicture2
  63. 1057: QText2
  64. 1058:     QAnswers2
  65. 1059:     QPicture3
  66. 1060: QText3
  67. 1061:     QAnswers3
  68. 1062:     QPicture4
  69. 1063: QText4
  70. 1064:     QAnswers4
  71. 1065:     QPicture5
  72. 1066: QText5
  73. 1067:     QAnswers5
  74. 1068:     QPicture6
  75. 1069: QText6
  76. 1070:     QAnswers6
  77. 1071:     QPicture7
  78. 1072: QText7
  79. 1073:     QAnswers7
  80. 1074:     QPicture8
  81. 1075: QText8
  82. 1076:     QAnswers8
  83. 1077:     QPicture9
  84. 1078: QText9
  85. 1079:     QAnswers9
  86. 1080: 
  87. 1081: 
  88. 1082: 
  89. 1083: Q1
  90. 1084: Q2
  91. 1085: Q3
  92. 1086: Q4
  93. 1087: Q5
  94. 1088: Q6
  95. 1089: Q7
  96. 1090: Q8
  97. 1091: Q9
  98. 1092: Q10
  99. 1093: on mouseUp  end mouseUpQ1
  100. 1094: Num0
  101. 1095: Num1
  102. 1096: Num2
  103. 1097: Num3
  104. 1098: Num4
  105. 1099: on mouseUp  end mouseUpNum5
  106. 1100: Num6
  107. 1101: Num7
  108. 1102: Num8
  109. 1103: Num9
  110. 1104: Num10
  111. 1105: 
  112. 1107: 
  113. P&TCls.MOVInterview Skills:QTmovies:283.MOVMooV
  114. 1108:     Next down
  115. 1113: 2.2.1.2.3.1. help1.PICT
  116. 1114:  PostCorrect
  117. 1122: UserName
  118. 1125: 2.2.1.2.3.2. help2.PICT
  119. 1126:  Option2 down
  120. 1127: 2.2.1.2.3.3. help3.PICT
  121. 1129:     Templates
  122. 1130: 2.10.1.4. BG Cert.PICT
  123. 1131: 2.10.1.1.1. P&T.PICT
  124. 1132: 
  125. 1133: printbox solo.pict
  126. 1135: on mouseUp  end mouseUp
  127. Option2 up
  128. 1136: on mouseDown  global SpriteAnim  SpriteAnim(mAnimButton 23, "Yes on", "Yes off")end mouseDownYes off
  129. 1137: on mouseDown  global SpriteAnim  SpriteAnim(mAnimButton 24, "No on", "No off")end mouseDownNo off
  130. 1138: 2.2.1.2.3.4. help4.PICT
  131. 1139: 22125 Review.PICT
  132. 1140: ListmakerHELP
  133. 1141: 2.2.1.2.7. CREDITS.PICT
  134. 1143: 292 ATWS.PICT
  135. 1144:     Menu down
  136. 1145: on mouseDown  global SpriteAnim  SpriteAnim(mAnimButton 5, "Menu down", "Menu up")end mouseDownMenu up
  137. 1147: 
  138. Print down
  139. 1148: on mouseDown  global SpriteAnim  SpriteAnim(mAnimButton 4, "Print down", "Print up")end mouseDownPrint up
  140. 1149:     Quit down
  141. 1150: on mouseDown  global SpriteAnim  SpriteAnim(mAnimButton 6, "Quit down", "Quit up")end mouseDownQuit up
  142. 1152: 2.2.1.2.3.5. help5.PICT
  143. 1165:     Prev down
  144. 1166: Prev up
  145. 1171: Neg1
  146. 1172: Neg2
  147. 1173: Neg3
  148. 1174: Neg4
  149. 1175: Neg5
  150. 1176: Neg6
  151. 1177: Neg7
  152. 1181: Pos1
  153. 1182: Pos2
  154. 1183: Pos3
  155. 1184: pos4
  156. 1185: Pos5
  157. 1187: 121241 Gloss1.PICT
  158. 1188: 121242 Gloss2.PICT
  159. 1191: 2.2.1.2.2.2. opt menu.mock.PICT
  160. 1192: Next1 up
  161. 1193: Mod1 up
  162. 1194: on mouseUp  end mouseUpMod2 up
  163. 1195: Mod3 up
  164. 1196:     Mod1 down
  165. 1197: No on
  166. 1198: on mouseUp  end mouseUpYes on
  167. 1199:     Mod2 down
  168. 1200:     Mod3 down
  169. 1205: 121243 Gloss3.PICT
  170. 1208: 1811 CONCLTEXT.PICT
  171. 1209:  Move on down
  172. 1210:  Review down
  173. 1211: on mouseDown  global SpriteAnim  SpriteAnim(mAnimButton 4, "Move on down", "Move on up")end mouseDown
  174. Move on up
  175. 1212: on mouseDown  global SpriteAnim  SpriteAnim(mAnimButton 5, "Review down", "Review up")end mouseDown    Review up
  176. 1213: on mouseUp  end mouseUp
  177. Option2 up
  178. 1217: Cert1
  179. 1218: Cert10
  180. 1219: Cert2
  181. 1220: Cert3
  182. 1221: Cert4
  183. 1222: Cert5
  184. 1223: Cert6
  185. 1224: Cert7
  186. 1225: Cert8
  187. 1226: Cert9
  188. 1227: CertA1
  189. 1228: CertA2
  190. 1229: Cert0
  191. 1230: CertA3
  192. 1233:     STAR.PICT
  193. 1236:     PreTestA1Interview Skills: PRETEST1.AIFAIFF
  194. 1237:     PreTestA2Interview Skills: PRETEST2.AIFAIFF
  195. 1238:     PreTestA3Interview Skills:
  196. PreTL2.AIFAIFF
  197. 1241: UserName
  198. 1259: TheScore
  199.  
  200. Fonts
  201. -----
  202. Geneva
  203. Times
  204.